ComponentOne Sizer for WinForms
C1.Win.Sizer.8 Assembly / C1.Win.Sizer Namespace / C1Sizer Class / Invoke Method / Invoke<T>(Func<T>) Method

In This Topic
    Invoke<T>(Func<T>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Invoke(Of T)( _
       ByVal method As System.Func(Of T) _
    ) As T
    public T Invoke<T>( 
       System.Func<T> method
    )

    Parameters

    method

    Type Parameters

    T
    See Also